home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_58_open sesame = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  282 b   |  12 lines

  1. on exitFrame
  2.   puppetSound(2, "swoosh")
  3.   repeat with x = 1 to 30
  4.     set the locH of sprite 26 to the locH of sprite 26 - 3
  5.     set the locH of sprite 27 to the locH of sprite 27 + 3
  6.     startTimer()
  7.     repeat while the timer < 2
  8.     end repeat
  9.     updateStage()
  10.   end repeat
  11. end
  12.